home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 44 / setup.exe / wwSetup.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  2001-04-02  |  4KB  |  137 lines

  1. object Form3: TForm3
  2.   Left = 314
  3.   Top = 171
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Choose Installation Directory'
  7.   ClientHeight = 410
  8.   ClientWidth = 330
  9.   Color = clGray
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PlasmaForm1: TPlasmaForm
  23.     Left = 0
  24.     Top = 0
  25.     Width = 330
  26.     Height = 410
  27.     Align = alClient
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     Mask.Data = {
  31.       9003000020000000010000003700000070030000040000000100000046010000
  32.       9401000041000000010000000B010000020000003F000000020000000D010000
  33.       030000003E000000030000000E010000040000003D000000040000000F010000
  34.       050000001E0000000500000027010000060000001B000000060000002E010000
  35.       070000002F010000060000003001000007000000170000000700000033010000
  36.       0800000016000000080000003401000009000000140000000900000036010000
  37.       0A000000120000000A000000380100000B000000100000000B00000039010000
  38.       0C0000000F0000000C0000003B0100000D0000000E0000000D0000003C010000
  39.       0E0000000D0000000E0000003D0100000F0000000C0000000F0000003E010000
  40.       100000000B000000100000003F010000110000000B0000001100000040010000
  41.       120000000A000000120000004001000013000000090000001300000041010000
  42.       1400000008000000140000004101000015000000080000001500000042010000
  43.       1600000008000000160000004301000017000000070000001700000043010000
  44.       1800000007000000180000004401000019000000060000001900000044010000
  45.       1B000000060000001B000000450100001C000000050000001C00000045010000
  46.       1E000000040000001E0000004501000020000000040000002000000046010000
  47.       7301000004000000730100004501000075010000040000007501000046010000
  48.       770100000400000077010000450100007B010000050000007B01000045010000
  49.       7C010000060000007C010000440100007D010000060000007D01000045010000
  50.       7E010000060000007E0100004401000081010000070000008101000043010000
  51.       8301000008000000830100004201000085010000090000008501000041010000
  52.       860100000A0000008601000040010000880100000C000000880100003F010000
  53.       890100000C000000890100003E0100008A0100000D0000008A0100003D010000
  54.       8B0100000E0000008B0100003C0100008C0100000F0000008C0100003B010000
  55.       8D010000110000008D010000390100008E010000120000008E01000038010000
  56.       8F010000130000008F0100003701000090010000150000009001000034010000
  57.       9101000018000000910100003001000092010000310100009101000032010000
  58.       920100001A000000920100001B000000930100001C000000920100002F010000
  59.       930100001D000000930100002A01000094010000}
  60.     Moveable = True
  61.   end
  62.   object Label1: TLabel
  63.     Left = 32
  64.     Top = 308
  65.     Width = 78
  66.     Height = 13
  67.     Caption = 'Install Directory: '
  68.     Transparent = True
  69.   end
  70.   object label3: TEZLabel
  71.     Left = 63
  72.     Top = 3
  73.     Width = 206
  74.     Height = 21
  75.     Alignment = taCenter
  76.     AutoSize = False
  77.     Caption = 'Choose Installation Directory'
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clWhite
  80.     Font.Height = -13
  81.     Font.Name = 'Arial'
  82.     Font.Style = [fsBold]
  83.     ParentColor = False
  84.     ParentFont = False
  85.     Transparent = True
  86.     AFitType = NormalFit
  87.     AStyle3D = Shadowed3d
  88.     AShadeRightBottom = 4473924
  89.     AHShadeOffSet = 3
  90.     AVShadeOffSet = 2
  91.     AShadeLTSet = False
  92.   end
  93.   object DirectoryListBox1: TDirectoryListBox
  94.     Left = 28
  95.     Top = 54
  96.     Width = 274
  97.     Height = 247
  98.     ItemHeight = 16
  99.     TabOrder = 0
  100.     OnChange = DirectoryListBox1Change
  101.     OnClick = DirectoryListBox1Click
  102.   end
  103.   object DriveComboBox1: TDriveComboBox
  104.     Left = 28
  105.     Top = 32
  106.     Width = 189
  107.     Height = 19
  108.     DirList = DirectoryListBox1
  109.     TabOrder = 1
  110.     OnChange = DriveComboBox1Change
  111.   end
  112.   object Edit1: TEdit
  113.     Left = 29
  114.     Top = 325
  115.     Width = 270
  116.     Height = 21
  117.     TabOrder = 2
  118.   end
  119.   object BitBtn1: TNvOS8PushButton
  120.     Left = 133
  121.     Top = 351
  122.     Width = 75
  123.     Height = 32
  124.     Caption = 'OK'
  125.     Default = True
  126.     Font.Charset = DEFAULT_CHARSET
  127.     Font.Color = clWhite
  128.     Font.Height = -13
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = [fsBold]
  131.     ParentFont = False
  132.     TabOrder = 3
  133.     OnClick = BitBtn1Click
  134.     BaseColor = clBlack
  135.   end
  136. end
  137.